home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nos_kit3.zip / UUENCODE.DOC < prev    next >
Text File  |  1990-09-16  |  3KB  |  132 lines

  1.  
  2.  
  3.  
  4. UUENCODE(1C)              USER COMMANDS              UUENCODE(1C)
  5.  
  6.  
  7.  
  8. NAME
  9.      uuencode,uudecode  -  encode/decode  a   binary   file   for
  10.      transmission via mail
  11.  
  12. SYNOPSIS
  13.      uuencode source [ [output-file] | [| mail sys1!sys2!..!decode] ]
  14.      uudecode [ file ]
  15.  
  16. DESCRIPTION
  17.      _U_u_e_n_c_o_d_e and _u_u_d_e_c_o_d_e are used to send  a  binary  file  via
  18.      uucp  (or  other)  mail.   This combination can be used over
  19.      indirect mail links even when _u_u_s_e_n_d(1C) is not available.
  20.  
  21.      _U_u_e_n_c_o_d_e takes the named source file and produces an encoded
  22.      version  on  the  standard  output.   The encoding uses only
  23.      printing ASCII characters, and  includes  the  mode  of  the
  24.      source  file  for  recreation on the remote system.  Option-
  25.      ally, the output filename for the encoded file may be speci-
  26.      fied  on  the  command-line,  or  the output may be piped to
  27.      another command like _m_a_i_l.
  28.  
  29.      _U_u_d_e_c_o_d_e reads an encoded file, strips off any  leading  and
  30.      trailing  lines added by mailers, and recreates the original
  31.      file with the specified mode and name.
  32.  
  33.      The intent is that all mail to the user ``decode'' should be
  34.      filtered through the uudecode program.  This way the file is
  35.      created automatically without human intervention.   This  is
  36.      possible  on the uucp network by either using _s_e_n_d_m_a_i_l or by
  37.      making _r_m_a_i_l be a link to _M_a_i_l  instead  of  _m_a_i_l.  In  each
  38.      case,  an  alias must be created in a master file to get the
  39.      automatic invocation of uudecode.
  40.  
  41.      If these facilities are not available, the file can be  sent
  42.      to  a  user  on the remote machine who can uudecode it manu-
  43.      ally.
  44.  
  45.      The encode file has an ordinary text form and can be  edited
  46.      by any text editor to change the mode or remote name.
  47.  
  48. SEE ALSO
  49.      uuencode(5), uusend(1C), uucp(1C), uux(1C), mail(1)
  50.  
  51. AUTHOR
  52.      Mark Horton
  53.  
  54. BUGS
  55.      The file is expanded by 35% (3 bytes become 4  plus  control
  56.      information) causing it to take longer to transmit.
  57.  
  58.  
  59.  
  60.  
  61.  
  62. Sun Release 4.0     Last change: 1 June 1980                    1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. UUENCODE(1C)              USER COMMANDS              UUENCODE(1C)
  70.  
  71.  
  72.  
  73.      The user on the  remote  system  who  is  invoking  _u_u_d_e_c_o_d_e
  74.      (often  _u_u_c_p)  must  have  write permission on the specified
  75.      file.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128. Sun Release 4.0     Last change: 1 June 1980                    2
  129.  
  130.  
  131.  
  132.